RectControl.NewDragItem Function

Defines the drag rectangle (based on the coordinates passed) that will appear when the user drags from the control. Returns a new DragItem object.

Syntax

result = RectControl.NewDragItem( Left, Top, Width, Height )

Parameters

Left

Integer

Top

Integer

Width

Integer

Height

Integer

Return Value

Result

DragItem

Notes

Left and Top are the coordinates of the left-top corner of the drag rectangle and Width and Height are the dimensions of the drag rectangle.